UNPKG

@writely/preview

Version:

Lightning-fast development server with live preview for Writely blogs. Hot reload, file watching, and instant feedback for the best development experience.

9 lines 230 B
interface PageProps { params: { slug: string[]; }; config: any; } export default function Page({ params, config }: PageProps): Promise<import("react").JSX.Element>; export {}; //# sourceMappingURL=page.d.ts.map